GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-11T07:51:09.9271163+00:00",
"SubmitDate": "2026-03-11T07:51:09.9271163+00:00",
"ReportPeriodStart": "2026-03-11T07:51:09.9271163+00:00",
"ReportPeriodEnd": "2026-03-11T07:51:09.9271163+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f890e6f-41dc-4e63-9e7a-149a7baa1fa2",
"Rows": [
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f890e6f-41dc-4e63-9e7a-149a7baa1fa2",
"Rows": [
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c998fad8-05a7-4215-b03b-1ccf94850ef8",
"55dab7ab-0fb5-4f0f-9803-67bc78686108"
],
"Approvers": [
"a7a49751-1356-4423-aedc-da7df6c19f8c",
"d48ddcec-5251-4d79-bc58-285692289b8b"
],
"ApprovedBy": "7c5fcbca-fc04-46a3-b3cd-fcdf8faceb13",
"ApprovalDate": "2026-03-11T07:51:09.9271163+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c0a2bcb-3b6b-4f2c-9e07-68de95f8cb36",
"id": "65421dbf-dc28-4c63-b66f-6c13bc3bf92c",
"ConfigId": "f2d99d5b-c797-4c8f-9d10-60a6900e6f66"
},
{
"GenerationDate": "2026-03-11T07:51:09.9271163+00:00",
"SubmitDate": "2026-03-11T07:51:09.9271163+00:00",
"ReportPeriodStart": "2026-03-11T07:51:09.9271163+00:00",
"ReportPeriodEnd": "2026-03-11T07:51:09.9271163+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f890e6f-41dc-4e63-9e7a-149a7baa1fa2",
"Rows": [
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f890e6f-41dc-4e63-9e7a-149a7baa1fa2",
"Rows": [
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38b42c30-a68d-4db9-90e5-1044e8b7ce14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c998fad8-05a7-4215-b03b-1ccf94850ef8",
"55dab7ab-0fb5-4f0f-9803-67bc78686108"
],
"Approvers": [
"a7a49751-1356-4423-aedc-da7df6c19f8c",
"d48ddcec-5251-4d79-bc58-285692289b8b"
],
"ApprovedBy": "7c5fcbca-fc04-46a3-b3cd-fcdf8faceb13",
"ApprovalDate": "2026-03-11T07:51:09.9271163+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c0a2bcb-3b6b-4f2c-9e07-68de95f8cb36",
"id": "65421dbf-dc28-4c63-b66f-6c13bc3bf92c",
"ConfigId": "f2d99d5b-c797-4c8f-9d10-60a6900e6f66"
}
]